home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / escript8.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  23.0 KB  |  620 lines

  1. *PPD-Adobe: "4.0"
  2. *%
  3. *% Note:  For use with some ancient applications, e.g., Adobe Separator 3.2,
  4. *%   it may be necessary to make a version of this file with the first line
  5. *%   commented out.
  6. *%
  7. *% PTL SCCS ID "@(#)PPD    1.9x 4/27/95";
  8. *%
  9. *FormatVersion: "4.0"
  10. *FileVersion: "1.9x"
  11. *LanguageVersion: English
  12. *%
  13. *Product: "(EPL-5500)"
  14. *%
  15. *PSVersion: "(132.18) 2834"
  16. *%
  17. *ModelName: "EPSON EPL-5500 EPSONScript"
  18. *%
  19. *% NickName can be customized by the local system administrator.
  20. *NickName: "EPSON EPL-5500 EPSONScript"
  21. *%
  22. *PCFileName: "ESCRIPT8.PPD"
  23. *Manufacturer: "Epson"
  24.  
  25. *%=== Basic Capabilities ===============
  26. *LanguageLevel: "2"
  27. *ColorDevice: False
  28. *DefaultColorSpace: Gray
  29. *Throughput: "6"
  30. *Protocols: TBCP
  31.  
  32. *% The FreeVM number is most useful for intelligent spoolers that can
  33. *%   decide which printer to use, based on the known available memory.
  34. *%   I.e., in general, this number is not too important.
  35. *% FreeVM may be set for the particular printer's memory configuration
  36. *%   by typing  "vmstatus exch sub == pop"  JUST AFTER POWER UP.  This number
  37. *%   varies only slightly for ON vs. OFF settings of "JOB MENU > PAGE PROTECT",
  38. *%   or for 300 vs. 600 dpi.
  39. *% Note:  The actual *usable* memory size *is* increased when "JOB MENU PAGE
  40. *%   PROTECT" is set to "OFF", and when RESOLUTION is set to 300.
  41. *%
  42. *FreeVM: "1269736"
  43. *VMOption None/Minimum PS2 Standard 2.0 MB RAM: "1269736"
  44. *VMOption  3.0MB: "2318312"
  45. *VMOption  5.0MB: "4415464"
  46. *VMOption  9.0MB: "8609768"
  47. *VMOption 17.0MB: "16998378"
  48. *VMOption 32.0MB: "32727018"
  49.  
  50. *Password: "()"
  51. *ExitServer: " count 0 eq % Is password on stack?
  52.    { false } { true exch startjob } ifelse
  53.      not { (WARNING: Cannot modify initial VM.) =
  54.            (Missing or invalid password.) =
  55.            (Please contact author of this software.) = flush quit
  56.          } if"
  57. *End
  58. *Reset: "count 0 eq % Is password on stack?
  59.    { false } { true exch startjob } ifelse
  60.      not { (WARNING: Cannot reset printer.) =
  61.            (Missing or invalid password.) =
  62.            (Please contact author of this software.) = flush quit
  63.          } if
  64.     systemdict /quit get exec
  65.     (WARNING:  Printer Reset Failed.) = flush"
  66. *End
  67.  
  68. *% When MicroGray is on, RITech is disabled automatically, invisible to user.
  69. *%   (We needn't enforce this at the user interface.)
  70. *% *UIConstraints: *MicroGray On *Smoothing Off
  71.  
  72. *% Resolution
  73. *%
  74. *% Must be followed by a paper or tray operator to take effect!
  75. *%
  76. *OpenUI *Resolution/Printing Resolution: PickOne
  77. *OrderDependency: 10 AnySetup *Resolution
  78. *% NOTE:  Printer does NOT support 400dpi, and "400dpi" will not appear
  79. *%   in the user interface.  We are using 400dpi as a way to access
  80. *%   "Printer's default", within the constraints of the PPD format.
  81. *%
  82. *% Printer's resolution selection
  83. *DefaultResolution: 400dpi
  84. *Resolution 400dpi/Printer's default: ""
  85. *Resolution 600dpi/600 dpi: "<</HWResolution [600 600] >> setpagedevice"
  86. *Resolution 300dpi/300 dpi: "<</HWResolution [300 300] >> setpagedevice"
  87. *?Resolution: "save currentpagedevice /HWResolution get 0 get
  88.   (          ) cvs print (dpi) = flush restore"
  89. *End
  90. *CloseUI: *Resolution
  91.  
  92. *% Epson RITech (Resolution Improvement Technology)
  93. *%
  94. *OpenUI *Smoothing/Resolution Improve: PickOne
  95. *OrderDependency: 50 AnySetup *Smoothing
  96. *DefaultSmoothing: Default
  97. *% "Printer's default" appears twice for PSPrinter/LW8.0, once for EpsonScript.
  98. *Smoothing Default/Printer's default: ""
  99. *Smoothing Off/Off: "<</REValue 0>> setsystemparams"
  100. *Smoothing Light/Light: "<</REValue 1>> setsystemparams"
  101. *Smoothing Medium/Medium: "<</REValue 2>> setsystemparams"
  102. *Smoothing Heavy/Dark: "<</REValue 3>> setsystemparams"
  103. *% First "Off" ("Not available"), should never occur for this product.
  104. *?Smoothing: "save [(Off)(Off)(Light)(Medium)(Heavy)]
  105.   currentsystemparams /REValue get  1 add  get
  106.   = flush restore"
  107. *End
  108. *CloseUI: *Smoothing
  109.  
  110. *% User preference of Printer's Default Monochrome Screen:
  111. *%
  112. *% At 600 dpi, when MultiGray/MicroGray is selected:
  113. *%   * Images with 8 or more bits will be rendered by Epson's MicroGray (R)
  114. *%       screening, with an effective frequency of 141 lpi at 45 degrees.
  115. *%   * Other screened areas will be rendered by Phoenix Technologies'
  116. *%       MultiGray (R), with an effective frequency of 106 lpi at 45 degrees.
  117. *% At 300 dpi, when MultiGray/MicroGray is selected:
  118. *%   * All screened areas will be rendered by Phoenix Technologies'
  119. *%       MultiGray (R), with an effective frequency of 53 lpi at 45 degrees.
  120. *%
  121. *OpenUI *MicroGray/Dot Screen: PickOne
  122. *OrderDependency: 60 AnySetup *MicroGray
  123. *DefaultMicroGray: Default
  124. *MicroGray Default/Printer's default: ""
  125. *MicroGray Off/Standard: "
  126.   <</PrefScreenValue 0>> setuserparams currentscreen setscreen"
  127. *End
  128. *MicroGray On/MultiGray/MicroGray: "
  129.   <</PrefScreenValue 1>> setuserparams currentscreen setscreen"
  130. *End
  131. *?MicroGray: "save [(Off)(On)]
  132.   currentuserparams /PrefScreenValue get get
  133.   = flush restore"
  134. *End
  135. *CloseUI: *MicroGray
  136.  
  137. *% At 600 dpi, MicroGray is selected:
  138. *%       frequency of 141 lpi at 45 degrees
  139. *%       frequency of 106 lpi at 45 degrees
  140. *OpenUI *EmgtFrequency/MicroGray Frequency: PickOne
  141. *OrderDependency: 70 AnySetup *EmgtFrequency
  142. *DefaultEmgtFrequency: Default
  143. *EmgtFrequency Default/106 lpi: ""
  144. *End
  145. *EmgtFrequency 141lpi/141 lpi: "
  146.   <</EmgtFrequency 0>> setuserparams"
  147. *End
  148. *?EmgtFrequency: "save [(141lpi)]
  149.   currentuserparams /EmgtFrequency get get
  150.   = flush restore"
  151. *End
  152. *CloseUI: *EmgtFrequency
  153.  
  154. *% PS Error Sheet
  155. *%
  156. *OpenUI *PSerrorsheet/Error Sheet: PickOne
  157. *OrderDependency: 80 AnySetup *PSerrorsheet
  158. *DefaultPSerrorsheet: Default
  159. *%
  160. *PSerrorsheet Default/Printer's default: ""
  161. *PSerrorsheet Off/Off: "<</DoErrorSheet false>> setsystemparams"
  162. *PSerrorsheet On/On:  "<</DoErrorSheet true>>  setsystemparams"
  163. *?PSerrorsheet: "save[(Off)(On)]
  164.   currentsystemparams /DoErrorSheet get get
  165.   = flush restore"
  166. *End
  167. *CloseUI: *PSerrorsheet
  168.  
  169. *% PS Printmode
  170. *%
  171. *OpenUI *PSprintmode/Page Protect: PickOne
  172. *OrderDependency: 90 AnySetup *PSprintmode
  173. *DefaultPSprintmode: Default
  174. *%
  175. *PSprintmode Default/Printer's default: ""
  176. *PSprintmode Off/Off: "<</PrintMode 0>> setsystemparams"
  177. *PSprintmode On/On:  "<</PrintMode 1>>  setsystemparams"
  178. *?PSprintmode: "save[(Off)(On)]
  179.   currentsystemparams /PrintMode get get
  180.   = flush restore"
  181. *End
  182. *CloseUI: *PSprintmode
  183.  
  184. *% PSprotectLevel
  185. *%
  186. *OpenUI *PSprotectlevel/Protect Level: PickOne
  187. *OrderDependency: 100 AnySetup *PSprotectlevel
  188. *DefaultPSprotectlevel: Default
  189. *%
  190. *PSprotectlevel Default/Printer's default: ""
  191. *PSprotectlevel level1/1: "<</ProtectLevel 1>> setuserparams"
  192. *PSprotectlevel level2/2: "<</ProtectLevel 2>> setuserparams"
  193. *PSprotectlevel level3/3: "<</ProtectLevel 3>> setuserparams"
  194. *PSprotectlevel level4/4: "<</ProtectLevel 4>> setuserparams"
  195. *PSprotectlevel level5/5: "<</ProtectLevel 5>> setuserparams"
  196. *?PSprotectlevel: "save[(level1)(level2)(level3)(level4)(level5)]
  197.   currentuserparams /ProtectLevel get get
  198.   = flush restore"
  199. *End
  200. *CloseUI: *PSprotectlevel
  201.  
  202. *% PS Toner Save
  203. *%
  204. *OpenUI *TonerSave/Toner Save: PickOne
  205. *OrderDependency: 110 AnySetup *TonerSave
  206. *DefaultTonerSave: Default
  207. *%
  208. *TonerSave Default/Printer's default: ""
  209. *TonerSave Off/Off: "<</TonerSave 0>> setuserparams"
  210. *TonerSave On/On:  "<</TonerSave 1>>  setuserparams"
  211. *?TonerSave: "save [(Off)(On)]
  212.   currentuserparams /TonerSave get get
  213.   = flush restore"
  214. *End
  215. *CloseUI: *TonerSave
  216.  
  217.  
  218. *% PS Toner Density
  219. *%
  220. *OpenUI *TonerDensity/Toner Density: PickOne
  221. *OrderDependency: 120 AnySetup *TonerDensity
  222. *DefaultTonerDensity: Default
  223. *%
  224. *TonerDensity Default/Printer's default: ""
  225. *TonerDensity Lightest/Lightest: "<</TonerDensity 1>> setuserparams"
  226. *TonerDensity Light/Light:  "<</TonerDensity 2>> setuserparams"
  227. *TonerDensity Medium/Medium: "<</TonerDensity 3>> setuserparams"
  228. *TonerDensity Dark/Dark:   "<</TonerDensity 4>> setuserparams"
  229. *TonerDensity Darkest/Darkest: "<</TonerDensity 5>> setuserparams"
  230. *?TonerDensity: "save [(Lightest)(Light)(Medium)(Dark)(Darkest)]
  231.   currentuserparams /TonerDensity get get
  232.   = flush restore"
  233. *End
  234. *CloseUI: *TonerDensity
  235.  
  236. *% Halftone Information ===========================
  237. *%
  238. *% Standard non-MicroGray screen is 60 lpi for 300 dpi, 85 lpi for 600 dpi.
  239. *%
  240. *ScreenFreq: "60"
  241. *ScreenAngle: "45"
  242. *DefaultScreenProc: Dot
  243.  
  244. *ScreenProc Dot: "
  245. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  246. sub}{dup mul exch dup mul add 1 exch sub}ifelse}"
  247. *End
  248. *ScreenProc Line: "{pop}"
  249. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add
  250.  sqrt 1 exch sub}"
  251. *End
  252.  
  253. *DefaultTransfer: Null
  254. *Transfer Null: "{}"
  255. *Transfer Null.Inverse: "{1 exch sub}"
  256.  
  257. *% === Paper Handling ===================
  258. *%
  259. *% Use these PageSize entries to set paper size unless there is specific reason
  260. *%   to use PageRegion, such as when using manual feed.  (PageSize code is
  261. *%   included in the PostScript file when Mac driver's "Paper from" is set
  262. *%   to "Auto Select" or "Automatic".)
  263. *%
  264. *OpenUI *PageSize: PickOne
  265. *OrderDependency: 40 AnySetup *PageSize
  266. *%
  267. *% Typically, set DefaultPageSize to Letter for ActionLaser 1600.
  268. *% Typically, set DefaultPageSize to A4     for EPL-5600.
  269. *% This may be set to whatever is the most common PageSize at a site.  (Note:
  270. *%   per-job PageSize is not stored with the job by all Mac applications.)
  271. *DefaultPageSize: A4
  272. *%
  273. *PageSize A4: "statusdict /a4tray get exec"
  274. *PageSize A5: "statusdict /a5tray get exec"
  275. *PageSize B5: "statusdict /b5tray get exec"
  276. *PageSize Letter: "statusdict /lettertray get exec"
  277. *PageSize Legal: "statusdict /legaltray get exec"
  278. *PageSize HalfLetter/Half Letter: "statusdict /halflettertray get exec"
  279. *PageSize Executive: "statusdict /executivetray get exec"
  280. *PageSize Govlgl/Government Legal: "statusdict /glgtray get exec"
  281. *PageSize Govltr/Government Letter: "statusdict /glttray get exec"
  282. *PageSize F4: "statusdict /f4tray get exec"
  283. *PageSize Monarch: "statusdict /monarchtray get exec"
  284. *PageSize Comm10/Commercial-10: "statusdict /com10tray get exec"
  285. *PageSize DL: "statusdict /dlenvelopetray get exec"
  286. *PageSize C5: "statusdict /c5tray get exec"
  287. *PageSize ISOB5/International B5: "statusdict /enb5tray get exec"
  288. *PageSize C6: "statusdict /c6tray get exec"
  289. *?PageSize: "save
  290.  17 dict
  291.    dup /a4 (A4) put
  292.    dup /a5 (A5) put
  293.    dup /b5 (B5) put
  294.    dup /letter (Letter) put
  295.    dup /legal (Legal) put
  296.    dup /halfletter (HalfLetter) put
  297.    dup /executivepage (Executive) put
  298.    dup /glg (Govlgl) put
  299.    dup /glt (Govltr) put
  300.    dup /f4 (F4) put
  301.    dup /monarch (Monarch) put
  302.    dup /com10 (Comm10) put
  303.    dup /dl (DL) put
  304.    dup /dlenvelope (DL) put
  305.    dup /c5 (C5) put
  306.    dup /enb5 (ISOB5) put
  307.    dup /c6 (C6) put
  308.    paperdict {
  309.      /pindex get 
  310.      currentsystemparams /PaperSize get  eq
  311.      { exit } { pop} ifelse
  312.    } forall
  313.   count 0 eq { (Unknown) }{ get } ifelse =
  314.   flush restore"
  315. *End
  316. *CloseUI: *PageSize
  317.  
  318. *% These entries set up the frame buffer.  Usually used with manual feed.
  319. *%   (These are intended to be ignored if emitted before InputSlot for
  320. *%   this printer.  I.e., InputSlot will override a preceding PageRegion.)
  321. *%
  322. *OpenUI *PageRegion: PickOne
  323. *OrderDependency: 20 AnySetup *PageRegion
  324. *%
  325. *% Typically, set DefaultPageRegion to Letter for ActionLaser 1300.
  326. *% Typically, set DefaultPageRegion to A4     for EPL-5500.
  327. *DefaultPageRegion: A4
  328. *%
  329. *PageRegion A4: "a4"
  330. *PageRegion A5: "a5"
  331. *PageRegion B5: "b5"
  332. *PageRegion Letter: "letter"
  333. *PageRegion Legal: "legal"
  334. *PageRegion HalfLetter/Half Letter: "halfletter"
  335. *PageRegion Executive: "executivepage"
  336. *PageRegion Govlgl/Government Legal: "glg"
  337. *PageRegion Govltr/Government Letter: "glt"
  338. *PageRegion F4: "f4"
  339. *PageRegion Monarch: "monarch"
  340. *PageRegion Comm10/Commercial-10: "com10"
  341. *PageRegion DL: "dlenvelope"
  342. *PageRegion C5: "c5"
  343. *PageRegion ISOB5/International B5: "enb5"
  344. *PageRegion C6: "c6"
  345. *CloseUI: *PageRegion
  346.  
  347.  
  348. *% These entries provide the imageable areas of the media option keywords.
  349. *%   Low x,y were rounded up, high x,y rounded down to integer for Windows.
  350. *%
  351. *% Typically, set DefaultImageableArea to Letter for ActionLaser 1600.
  352. *% Typically, set DefaultImageableArea to A4     for EPL-5600.
  353. *DefaultImageableArea: A4
  354. *%
  355. *ImageableArea A4: "12 13 583 829"
  356. *ImageableArea A5: "12 13 407 582"
  357. *ImageableArea B5: "12 13 503 716"
  358. *ImageableArea Letter: "12 13 599 780"
  359. *ImageableArea Legal: "12 13 599 996"
  360. *ImageableArea HalfLetter/Half Letter: "12 13 383 583"
  361. *ImageableArea Executive: "12 13 509 744"
  362. *ImageableArea Govlgl/Government Legal: "12 13 599 924"
  363. *ImageableArea Govltr/Government Letter: "12 13 563 744"
  364. *ImageableArea F4: "12 13 583 923"
  365. *ImageableArea Monarch: "12 13 266 528"
  366. *ImageableArea Comm10/Commercial-10: "12 13 284 672"
  367. *ImageableArea DL: "12 13 299 611"
  368. *ImageableArea C5: "12 13 447 636"
  369. *ImageableArea ISOB5/International B5: "12 13 486 695"
  370. *ImageableArea C6: "12 13 312 448"
  371. *?ImageableArea: "save
  372.   /cvp {(                ) cvs print ( ) print } bind def
  373.   /upperright {10000 mul floor 10000 div} bind def
  374.   /lowerleft {10000 mul ceiling 10000 div} bind def
  375.   newpath clippath pathbbox
  376.   4 -2 roll exch 2 {lowerleft cvp} repeat
  377.   exch 2 {upperright cvp} repeat flush
  378.   restore"
  379. *End
  380.  
  381.  
  382. *% These provide the physical dimensions of the media, by option keyword.
  383. *%
  384. *% Typically, set DefaultPaperDimension to Letter for ActionLaser 1300.
  385. *% Typically, set DefaultPaperDimension to A4     for EPL-5500.
  386. *DefaultPaperDimension: A4
  387. *%
  388. *PaperDimension A4: "595 841"
  389. *PaperDimension A5: "419 595"
  390. *PaperDimension B5: "516 728"
  391. *PaperDimension Letter: "612 792"
  392. *PaperDimension Legal: "612 1008"
  393. *PaperDimension HalfLetter/Half Letter: "396 612"
  394. *PaperDimension Executive: "522 756"
  395. *PaperDimension Govlgl/Government Legal: "612 936"
  396. *PaperDimension Govltr/Government Letter: "576 756"
  397. *PaperDimension F4: "595 935"
  398. *PaperDimension Monarch: "278 540"
  399. *PaperDimension Comm10/Commercial-10: "296 684"
  400. *PaperDimension DL: "311 623"
  401. *PaperDimension C5: "459 648"
  402. *PaperDimension ISOB5/International B5: "498 708"
  403. *PaperDimension C6: "323 459"
  404.  
  405. *% This controls the "Paper from" driver dialog.
  406. *%
  407. *OpenUI *InputSlot: PickOne
  408. *OrderDependency: 30 AnySetup *InputSlot
  409. *% *DefaultInputSlot: EpsonAuto
  410. *%
  411. *% The "Automatic" default causes tray-selection based on PageSize.
  412. *% Default appears to be "Automatic" for EpsonScript Driver, and equivalently,
  413. *%   "Auto Select" for PSPrinter/LW8.0 .  I.e., DefaultInputSlot is ignored.
  414. *% 
  415. *InputSlot EpsonAuto/Printer's Automatic: "3 statusdict /setpapertray get exec
  416.   <</ManualFeed false >> setpagedevice"
  417. *End
  418. *InputSlot Manual/Manual Feed: "0 statusdict /setpapertray get exec
  419.   <</ManualFeed true >> setpagedevice"
  420. *End
  421. *InputSlot Upper/Standard Tray: "0 statusdict /setpapertray get exec
  422.   <</ManualFeed false >> setpagedevice"
  423. *End
  424. *InputSlot Lower/Optional Cassette: "1 statusdict /setpapertray get exec
  425.   <</ManualFeed false >> setpagedevice"
  426. *End
  427. *?InputSlot: "
  428.  save
  429.  currentpagedevice /ManualFeed get
  430.    {(Manual)}  {
  431.    3 dict
  432.       dup /0 (Upper) put
  433.       dup /1 (Lower) put
  434.       dup /3 (EpsonAuto) put
  435.       statusdict /papertray get exec
  436.       {get} stopped {pop pop (Unknown)} if
  437.  } ifelse
  438.    = flush  restore"
  439. *End
  440. *CloseUI: *InputSlot
  441.  
  442.  
  443. *% Font Information =====================
  444. *%
  445. *% Note:  "Helvetica", "Palatino" and "Times" are registered trademarks of
  446. *%   Linotype AG and/or its subsidiaries.  The PostScript interpreter
  447. *%   addressed by this PPD will substitute the comparable Bitstream font
  448. *%   families "Swiss", "Zapf Calligraphic", and "Dutch", respectively,
  449. *%   for PostScript references to the former three names.
  450. *%
  451. *DefaultFont: Courier
  452. *Font AvantGarde-Book:              Standard "(002)" Standard ROM
  453. *Font AvantGarde-BookOblique:          Standard "(002)" Standard ROM
  454. *Font AvantGarde-Demi:              Standard "(002)" Standard ROM
  455. *Font AvantGarde-DemiOblique:          Standard "(002)" Standard ROM
  456. *Font Bookman-Demi:              Standard "(002)" Standard ROM
  457. *Font Bookman-DemiItalic:          Standard "(002)" Standard ROM
  458. *Font Bookman-Light:              Standard "(002)" Standard ROM
  459. *Font Bookman-LightItalic:          Standard "(002)" Standard ROM
  460. *Font Courier:                  Standard "(002)" Standard ROM
  461. *Font Courier-Bold:              Standard "(002)" Standard ROM
  462. *Font Courier-BoldOblique:          Standard "(002)" Standard ROM
  463. *Font Courier-Oblique:              Standard "(002)" Standard ROM
  464. *Font Helvetica:              Standard "(002)" Standard ROM
  465. *Font Helvetica-Bold:              Standard "(002)" Standard ROM
  466. *Font Helvetica-BoldOblique:          Standard "(002)" Standard ROM
  467. *Font Helvetica-Narrow:              Standard "(002)" Standard ROM
  468. *Font Helvetica-Narrow-Bold:          Standard "(002)" Standard ROM
  469. *Font Helvetica-Narrow-BoldOblique:   Standard "(002)" Standard ROM
  470. *Font Helvetica-Narrow-Oblique:          Standard "(002)" Standard ROM
  471. *Font Helvetica-Oblique:          Standard "(002)" Standard ROM
  472. *Font NewCenturySchlbk-Bold:          Standard "(002)" Standard ROM
  473. *Font NewCenturySchlbk-BoldItalic:    Standard "(002)" Standard ROM
  474. *Font NewCenturySchlbk-Italic:          Standard "(002)" Standard ROM
  475. *Font NewCenturySchlbk-Roman:          Standard "(002)" Standard ROM
  476. *Font Palatino-Bold:              Standard "(002)" Standard ROM
  477. *Font Palatino-BoldItalic:          Standard "(002)" Standard ROM
  478. *Font Palatino-Italic:              Standard "(002)" Standard ROM
  479. *Font Palatino-Roman:              Standard "(002)" Standard ROM
  480. *Font Symbol:                  Standard "(002)" Standard ROM
  481. *Font Times-Bold:              Standard "(002)" Standard ROM
  482. *Font Times-BoldItalic:              Standard "(002)" Standard ROM
  483. *Font Times-Italic:              Standard "(002)" Standard ROM
  484. *Font Times-Roman:              Standard "(002)" Standard ROM
  485. *Font ZapfChancery-MediumItalic:      Standard "(002)" Standard ROM
  486. *Font ZapfDingbats:              Standard "(002)" Standard ROM
  487. *% 
  488.  
  489. *?FontQuery: "save
  490.  /str 100 string dup 0 (fonts/) putinterval def
  491.  {
  492.    count 1 gt
  493.    {
  494.      exch dup str 6 94 getinterval cvs
  495.      (/) print dup print (:) print exch
  496.      FontDirectory exch known
  497.      { pop (Yes) }
  498.  {
  499.    length 6 add str 0 3 -1 roll getinterval
  500.    mark exch status
  501.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  502.      } ifelse = flush
  503.    }
  504.    {exit} ifelse
  505.  }bind loop
  506.  (*) = flush
  507. restore"
  508. *End
  509.  
  510. *?FontList: "save
  511.   FontDirectory { pop == } bind forall flush
  512. (*) = flush
  513. restore"
  514. *End
  515.  
  516. *% Printer Messages (verbatim from printer):
  517. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  518. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  519. *Message: "\FontName\ not found, using Courier"
  520.  
  521. *% Status (format: %%[ status: <one of these> ]%% )
  522. *Status: "idle"
  523. *Status: "busy"
  524. *Status: "waiting"
  525. *Status: "printing"
  526. *Status: "initializing"
  527. *Status: "PrinterError:off line"
  528. *Status: "PrinterError:out of paper"
  529. *Status: "PrinterError:cover open"
  530. *Status: "PrinterError:paper entry misfeed"
  531. *Status: "PrinterError:Ink/Toner end"
  532. *Status: "PrinterError:PRINT OVERRUN"
  533. *Status: "PrinterError:INSERT CART"
  534. *Status: "PrinterError:ILLEGAL CART"
  535. *Status: "PrinterError:REMOVE CART"
  536.  
  537. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  538. *Source: "Serial"
  539. *Source: "Parallel"
  540. *Source: "AppleTalk"
  541. *Source: "Other I/O"
  542.  
  543. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  544. *%   (Printer Errors are reported via the LCD display on the printer.)
  545. *PrinterError: "off line"
  546. *PrinterError: "out of paper"
  547. *PrinterError: "cover open"
  548. *PrinterError: "paper entry misfeed"
  549. *PrinterError: "Ink/Toner end"
  550. *PrinterError: "PRINT OVERRUN"
  551. *PrinterError: "INSERT CART"
  552. *PrinterError: "ILLEGAL CART"
  553. *PrinterError: "REMOVE CART"
  554.  
  555.  
  556. *% Color Separation Information =====================
  557.  
  558. *%*DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  559. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  560.  
  561. *InkName: ProcessBlack/Process Black
  562. *InkName: CustomColor/Custom Color
  563. *InkName: ProcessCyan/Process Cyan
  564. *InkName: ProcessMagenta/Process Magenta
  565. *InkName: ProcessYellow/Process Yellow
  566.  
  567. *%  For 60 lpi / 300 dpi  ===============================
  568. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  569. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  570. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  571. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  572. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  573. *%
  574. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  575. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  576. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  577. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  578. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  579.  
  580. *%  For 53 lpi / 300 dpi  ===============================
  581. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  582. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  583. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "21.801"
  584. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "68.1985"
  585. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  586. *%
  587. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  588. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  589. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "55.7086"
  590. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "55.708"
  591. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  592.  
  593. *%  For 85 lpi / 600 dpi  ===============================
  594. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45"
  595. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45"
  596. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15"
  597. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75"
  598. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0"
  599. *%
  600. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  601. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  602. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  603. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  604. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  605.  
  606. *%  For 71 lpi / 600 dpi  ===============================
  607. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45"
  608. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45"
  609. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "15"
  610. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "75"
  611. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0"
  612. *%
  613. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  614. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  615. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  616. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  617. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "75"
  618.  
  619. *% end of PPD file for EPSON EPL-5500 EpsonScript.
  620.